home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / dev / c / cxref_1_4a.lha / query / query.h < prev    next >
C/C++ Source or Header  |  1996-02-24  |  734b  |  27 lines

  1. /***************************************
  2.   $Header: /home/amb/cxref/query/RCS/query.h 1.3 1996/02/24 14:53:52 amb Exp $
  3.  
  4.   C Cross Referencing & Documentation tool. Version 1.0
  5.   ******************/ /******************
  6.   Written by Andrew M. Bishop
  7.  
  8.   This file Copyright 1995,96 Andrew M. Bishop
  9.   It may be distributed under the GNU Public License, version 2, or
  10.   any higher version.  See section COPYING of the GNU Public license
  11.   for conditions under which this file may be redistributed.
  12.   ***************************************/
  13.  
  14.  
  15. #ifndef QUERY_H
  16. #define QUERY_H    /*+ To stop multiple inclusions. +*/
  17.  
  18. /* In input.c */
  19.  
  20. void LoadInCrossRefs(void);
  21.  
  22. /* In output.c */
  23.  
  24. void OutputCrossRef(char* name);
  25.  
  26. #endif /* QUERY_H */
  27.